home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / mint / duftp / local_fs.h < prev    next >
C/C++ Source or Header  |  1995-06-07  |  151b  |  13 lines

  1. /*
  2.     DUFTP
  3. */
  4.  
  5. // Local Filesystem Handling (HEADER)
  6.  
  7. #ifndef _LOCAL_FS_H_
  8. #define _LOCAL_FS_H_
  9.  
  10. extern void get_local_files(void);
  11.  
  12. #endif
  13.